[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_FUL() (INTEGER)

 Function
  Get the total number of files uploaded by the current user.

 Syntax
  U_FUL()   No arguments are required

 Return Type & Value
  INTEGER
  Returns the current users total files uploaded.

 Remarks
  This function will return information that can be useful in modifying
  PCBoard's built in ratio management system and the view user
  information command.  Of course, it is not limited to that; anywhere you
  need to know how many files the current user has uploaded, this function
  will provide that information.  Unlike the predefined U_... user
  variables, this function does not require the use of GETUSER to return
  valid information.

 Examples
  PRINTLN "You have ULed ",U_FUL()," bytes and DLed ",U_FDL()," files."

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson